Color Hex Logo

#cae670 Color Hex

#CAE670
(202,230,112)
0 Favorites   0 Comments

Color spaces of #cae670

RGB 202230112
HSL0.210.700.67
HSV74°51°90°
CMYK 0.120.000.51   0.10
XYZ55.578670.320025.9731
Yxy70.32000.36600.4630
Hunter Lab83.8570-28.443940.3360
CIE-Lab87.1536-26.515153.8140

#cae670 color RGB value is (202,230,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01110000
Octal 312 346 160
Decimal 202 230 112
Hex CA E6 70

RGB Percentages of Color #cae670

%37.13
%42.28
%20.59

CMYK Percentages of Color #cae670

%12
%0
%51
%10

Triadic Colors of #cae670

#cae670 #70cae6 #e670ca

Analogous Colors of #cae670

#cae670 #8fe670 #e6c770

Monochromatic Colors of #cae670

#cae670

Complementary Color

#cae670 #8c70e6

#cae670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae670 Color CSS Codes

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

#cae670 Text Font Color

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

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


#cae670 Background Color

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

This div background color is #cae670


#cae670 Border Color

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

This div border color is #cae670


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,230,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae670


Comments

No comments written yet.

Please login to write comment.