Color Hex Logo

#cfe258 Color Hex

#CFE258
(207,226,88)
0 Favorites   0 Comments

Color spaces of #cfe258

RGB 20722688
HSL0.190.700.62
HSV68°61°89°
CMYK 0.080.000.61   0.11
XYZ54.689968.362719.5454
Yxy68.36270.38350.4794
Hunter Lab82.6817-26.624143.8615
CIE-Lab86.1875-24.591463.3639

#cfe258 color RGB value is (207,226,88).

#cfe258 hex color red value is 207, green value is 226 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cfe258 hue: 0.19 , saturation: 0.70 and the lightness value of cfe258 is 0.62.

The process color (four color CMYK) of #cfe258 color hex is 0.08, 0.00, 0.61, 0.11. Web safe color of #cfe258 is #cccc66. Color #cfe258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 01011000
Octal 317 342 130
Decimal 207 226 88
Hex CF E2 58

RGB Percentages of Color #cfe258

%39.73
%43.38
%16.89

CMYK Percentages of Color #cfe258

%8
%0
%61
%11

Triadic Colors of #cfe258

#cfe258 #58cfe2 #e258cf

Analogous Colors of #cfe258

#cfe258 #8ae258 #e2b058

Monochromatic Colors of #cfe258

#cfe258

Complementary Color

#cfe258 #6b58e2

#cfe258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe258 Color CSS Codes

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

#cfe258 Text Font Color

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

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


#cfe258 Background Color

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

This div background color is #cfe258


#cfe258 Border Color

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

This div border color is #cfe258


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,226,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfe258; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfe258;
  -webkit-box-shadow: 1px 1px 3px 2px #cfe258;
  box-shadow:         1px 1px 3px 2px #cfe258; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,226,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe258


Comments

No comments written yet.

Please login to write comment.