Color Hex Logo

#cefe74 Color Hex

#CEFE74
(206,254,116)
0 Favorites   0 Comments

Color spaces of #cefe74

RGB 206254116
HSL0.220.990.73
HSV81°54°100°
CMYK 0.190.000.54   0.00
XYZ64.047885.266429.6054
Yxy85.26640.35800.4766
Hunter Lab92.3398-37.785345.6287
CIE-Lab93.9978-35.774160.0826

#cefe74 color RGB value is (206,254,116).

#cefe74 hex color red value is 206, green value is 254 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cefe74 hue: 0.22 , saturation: 0.99 and the lightness value of cefe74 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 01110100
Octal 316 376 164
Decimal 206 254 116
Hex CE FE 74

RGB Percentages of Color #cefe74

%35.76
%44.10
%20.14

CMYK Percentages of Color #cefe74

%19
%0
%54
%0

Triadic Colors of #cefe74

#cefe74 #74cefe #fe74ce

Analogous Colors of #cefe74

#cefe74 #89fe74 #fee974

Monochromatic Colors of #cefe74

#cefe74

Complementary Color

#cefe74 #a474fe

#cefe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefe74 Color CSS Codes

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

#cefe74 Text Font Color

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

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


#cefe74 Background Color

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

This div background color is #cefe74


#cefe74 Border Color

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

This div border color is #cefe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefe74


Comments

No comments written yet.

Please login to write comment.