Color Hex Logo

#cbedaa Color Hex

#CBEDAA
(203,237,170)
0 Favorites   0 Comments

Color spaces of #cbedaa

RGB 203237170
HSL0.250.650.80
HSV90°28°93°
CMYK 0.140.000.28   0.07
XYZ62.168576.167249.4553
Yxy76.16720.33110.4056
Hunter Lab87.2738-25.576827.4939
CIE-Lab89.9369-22.600428.9120

#cbedaa color RGB value is (203,237,170).

#cbedaa hex color red value is 203, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cbedaa hue: 0.25 , saturation: 0.65 and the lightness value of cbedaa is 0.80.

The process color (four color CMYK) of #cbedaa color hex is 0.14, 0.00, 0.28, 0.07. Web safe color of #cbedaa is #ccff99. Color #cbedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10101010
Octal 313 355 252
Decimal 203 237 170
Hex CB ED AA

RGB Percentages of Color #cbedaa

%33.28
%38.85
%27.87

CMYK Percentages of Color #cbedaa

%14
%0
%28
%7

Triadic Colors of #cbedaa

#cbedaa #aacbed #edaacb

Analogous Colors of #cbedaa

#cbedaa #aaedab #ededaa

Monochromatic Colors of #cbedaa

#cbedaa

Complementary Color

#cbedaa #ccaaed

#cbedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedaa Color CSS Codes

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

#cbedaa Text Font Color

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

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


#cbedaa Background Color

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

This div background color is #cbedaa


#cbedaa Border Color

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

This div border color is #cbedaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,237,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbedaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbedaa;
  -webkit-box-shadow: 1px 1px 3px 2px #cbedaa;
  box-shadow:         1px 1px 3px 2px #cbedaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,237,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedaa


Comments

No comments written yet.

Please login to write comment.