Color Hex Logo

#cae358 Color Hex

#CAE358
(202,227,88)
0 Favorites   0 Comments

Color spaces of #cae358

RGB 20222788
HSL0.200.710.62
HSV71°61°89°
CMYK 0.110.000.61   0.11
XYZ53.587768.199319.5719
Yxy68.19930.37910.4825
Hunter Lab82.5829-28.692143.7564
CIE-Lab86.1060-27.053063.1725

#cae358 color RGB value is (202,227,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 01011000
Octal 312 343 130
Decimal 202 227 88
Hex CA E3 58

RGB Percentages of Color #cae358

%39.07
%43.91
%17.02

CMYK Percentages of Color #cae358

%11
%0
%61
%11

Triadic Colors of #cae358

#cae358 #58cae3 #e358ca

Analogous Colors of #cae358

#cae358 #85e358 #e3b758

Monochromatic Colors of #cae358

#cae358

Complementary Color

#cae358 #7158e3

#cae358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae358 Color CSS Codes

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

#cae358 Text Font Color

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

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


#cae358 Background Color

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

This div background color is #cae358


#cae358 Border Color

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

This div border color is #cae358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae358


Comments

No comments written yet.

Please login to write comment.