Color Hex Logo

#cef953 Color Hex

#CEF953
(206,249,83)
0 Favorites   0 Comments

Color spaces of #cef953

RGB 20624983
HSL0.210.930.65
HSV76°67°98°
CMYK 0.170.000.67   0.02
XYZ60.890681.497720.7050
Yxy81.49770.37330.4997
Hunter Lab90.2761-37.586149.5950
CIE-Lab92.3527-36.007871.8052

#cef953 color RGB value is (206,249,83).

#cef953 hex color red value is 206, green value is 249 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cef953 hue: 0.21 , saturation: 0.93 and the lightness value of cef953 is 0.65.

The process color (four color CMYK) of #cef953 color hex is 0.17, 0.00, 0.67, 0.02. Web safe color of #cef953 is #ccff66. Color #cef953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 01010011
Octal 316 371 123
Decimal 206 249 83
Hex CE F9 53

RGB Percentages of Color #cef953

%38.29
%46.28
%15.43

CMYK Percentages of Color #cef953

%17
%0
%67
%2

Triadic Colors of #cef953

#cef953 #53cef9 #f953ce

Analogous Colors of #cef953

#cef953 #7bf953 #f9d153

Monochromatic Colors of #cef953

#cef953

Complementary Color

#cef953 #7e53f9

#cef953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef953 Color CSS Codes

.mybgcolor {background-color:#cef953; } 
.myforecolor {color:#cef953; }
.mybordercolor {border:3px solid #cef953; }

#cef953 Text Font Color

<p style="color:#cef953">Text here</p>

This sample text font color is #cef953
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cef953 Background Color

<div style="background-color:#cef953">
Div content here</div>

This div background color is #cef953


#cef953 Border Color

<div style="border:3px solid #cef953">
Div here</div>

This div border color is #cef953


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,249,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cef953; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cef953;
  -webkit-box-shadow: 1px 1px 3px 2px #cef953;
  box-shadow:         1px 1px 3px 2px #cef953; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,249,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cef953">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cef953;
  -webkit-box-shadow: 1px 1px 3px 2px #cef953;
  box-shadow:         1px 1px 3px 2px #cef953;">
Div content here</div>

This div box has shadow with color #cef953


Comments

No comments written yet.

Please login to write comment.