Color Hex Logo

#cae674 Color Hex

#CAE674
(202,230,116)
0 Favorites   0 Comments

Color spaces of #cae674

RGB 202230116
HSL0.210.700.68
HSV75°50°90°
CMYK 0.120.000.50   0.10
XYZ55.806370.411127.1724
Yxy70.41110.36380.4590
Hunter Lab83.9113-28.131139.5385
CIE-Lab87.1981-26.136852.0103

#cae674 color RGB value is (202,230,116).

#cae674 hex color red value is 202, green value is 230 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cae674 hue: 0.21 , saturation: 0.70 and the lightness value of cae674 is 0.68.

The process color (four color CMYK) of #cae674 color hex is 0.12, 0.00, 0.50, 0.10. Web safe color of #cae674 is #ccff66. Color #cae674 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01110100
Octal 312 346 164
Decimal 202 230 116
Hex CA E6 74

RGB Percentages of Color #cae674

%36.86
%41.97
%21.17

CMYK Percentages of Color #cae674

%12
%0
%50
%10

Triadic Colors of #cae674

#cae674 #74cae6 #e674ca

Analogous Colors of #cae674

#cae674 #91e674 #e6c974

Monochromatic Colors of #cae674

#cae674

Complementary Color

#cae674 #9074e6

#cae674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae674 Color CSS Codes

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

#cae674 Text Font Color

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

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


#cae674 Background Color

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

This div background color is #cae674


#cae674 Border Color

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

This div border color is #cae674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae674


Comments

No comments written yet.

Please login to write comment.