Color Hex Logo

#cef973 Color Hex

#CEF973
(206,249,115)
0 Favorites   0 Comments

Color spaces of #cef973

RGB 206249115
HSL0.220.920.71
HSV79°54°98°
CMYK 0.170.000.54   0.02
XYZ62.423882.111028.7786
Yxy82.11100.36020.4738
Hunter Lab90.6151-35.609744.6006
CIE-Lab92.6238-33.588658.9313

#cef973 color RGB value is (206,249,115).

#cef973 hex color red value is 206, green value is 249 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cef973 hue: 0.22 , saturation: 0.92 and the lightness value of cef973 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 01110011
Octal 316 371 163
Decimal 206 249 115
Hex CE F9 73

RGB Percentages of Color #cef973

%36.14
%43.68
%20.18

CMYK Percentages of Color #cef973

%17
%0
%54
%2

Triadic Colors of #cef973

#cef973 #73cef9 #f973ce

Analogous Colors of #cef973

#cef973 #8bf973 #f9e173

Monochromatic Colors of #cef973

#cef973

Complementary Color

#cef973 #9e73f9

#cef973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef973 Color CSS Codes

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

#cef973 Text Font Color

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

This sample text font color is #cef973
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.


#cef973 Background Color

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

This div background color is #cef973


#cef973 Border Color

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

This div border color is #cef973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef973


Comments

No comments written yet.

Please login to write comment.