Color Hex Logo

#cae258 Color Hex

#CAE258
(202,226,88)
0 Favorites   0 Comments

Color spaces of #cae258

RGB 20222688
HSL0.200.700.62
HSV70°61°89°
CMYK 0.110.000.61   0.11
XYZ53.314967.653819.4810
Yxy67.65380.37960.4817
Hunter Lab82.2519-28.238943.5338
CIE-Lab85.8330-26.578562.8769

#cae258 color RGB value is (202,226,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 01011000
Octal 312 342 130
Decimal 202 226 88
Hex CA E2 58

RGB Percentages of Color #cae258

%39.15
%43.80
%17.05

CMYK Percentages of Color #cae258

%11
%0
%61
%11

Triadic Colors of #cae258

#cae258 #58cae2 #e258ca

Analogous Colors of #cae258

#cae258 #85e258 #e2b558

Monochromatic Colors of #cae258

#cae258

Complementary Color

#cae258 #7058e2

#cae258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae258 Color CSS Codes

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

#cae258 Text Font Color

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

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


#cae258 Background Color

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

This div background color is #cae258


#cae258 Border Color

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

This div border color is #cae258


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,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 #cae258">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae258


Comments

No comments written yet.

Please login to write comment.