Color Hex Logo

#cbcea5 Color Hex

#CBCEA5
(203,206,165)
0 Favorites   0 Comments

Color spaces of #cbcea5

RGB 203206165
HSL0.180.290.73
HSV64°20°81°
CMYK 0.010.000.20   0.19
XYZ53.491459.555744.2734
Yxy59.55570.34000.3786
Hunter Lab77.1723-11.325720.0062
CIE-Lab81.5961-7.861320.1000

#cbcea5 color RGB value is (203,206,165).

#cbcea5 hex color red value is 203, green value is 206 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cbcea5 hue: 0.18 , saturation: 0.29 and the lightness value of cbcea5 is 0.73.

The process color (four color CMYK) of #cbcea5 color hex is 0.01, 0.00, 0.20, 0.19. Web safe color of #cbcea5 is #cccc99. Color #cbcea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001110 10100101
Octal 313 316 245
Decimal 203 206 165
Hex CB CE A5

RGB Percentages of Color #cbcea5

%35.37
%35.89
%28.75

CMYK Percentages of Color #cbcea5

%1
%0
%20
%19

Triadic Colors of #cbcea5

#cbcea5 #a5cbce #cea5cb

Analogous Colors of #cbcea5

#cbcea5 #b7cea5 #cebda5

Monochromatic Colors of #cbcea5

#cbcea5

Complementary Color

#cbcea5 #a8a5ce

#cbcea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcea5 Color CSS Codes

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

#cbcea5 Text Font Color

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

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


#cbcea5 Background Color

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

This div background color is #cbcea5


#cbcea5 Border Color

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

This div border color is #cbcea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcea5

#cbcea5 Color Palettes


Comments

No comments written yet.

Please login to write comment.