Color Hex Logo

#cae47b Color Hex

#CAE47B
(202,228,123)
0 Favorites   0 Comments

Color spaces of #cae47b

RGB 202228123
HSL0.210.660.69
HSV75°46°89°
CMYK 0.110.000.46   0.11
XYZ55.675769.473429.2142
Yxy69.47340.36070.4501
Hunter Lab83.3507-26.631237.5645
CIE-Lab86.7379-24.480248.1389

#cae47b color RGB value is (202,228,123).

#cae47b hex color red value is 202, green value is 228 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cae47b hue: 0.21 , saturation: 0.66 and the lightness value of cae47b is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 01111011
Octal 312 344 173
Decimal 202 228 123
Hex CA E4 7B

RGB Percentages of Color #cae47b

%36.53
%41.23
%22.24

CMYK Percentages of Color #cae47b

%11
%0
%46
%11

Triadic Colors of #cae47b

#cae47b #7bcae4 #e47bca

Analogous Colors of #cae47b

#cae47b #96e47b #e4ca7b

Monochromatic Colors of #cae47b

#cae47b

Complementary Color

#cae47b #957be4

#cae47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae47b Color CSS Codes

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

#cae47b Text Font Color

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

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


#cae47b Background Color

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

This div background color is #cae47b


#cae47b Border Color

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

This div border color is #cae47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae47b


Comments

No comments written yet.

Please login to write comment.