Color Hex Logo

#cbd4be Color Hex

#CBD4BE
(203,212,190)
0 Favorites   0 Comments

Color spaces of #cbd4be

RGB 203212190
HSL0.230.200.79
HSV85°10°83°
CMYK 0.040.000.10   0.17
XYZ57.466363.501257.9434
Yxy63.50120.32120.3549
Hunter Lab79.6876-10.729112.6697
CIE-Lab83.7054-6.97119.8326

#cbd4be color RGB value is (203,212,190).

#cbd4be hex color red value is 203, green value is 212 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cbd4be hue: 0.23 , saturation: 0.20 and the lightness value of cbd4be is 0.79.

The process color (four color CMYK) of #cbd4be color hex is 0.04, 0.00, 0.10, 0.17. Web safe color of #cbd4be is #cccccc. Color #cbd4be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 10111110
Octal 313 324 276
Decimal 203 212 190
Hex CB D4 BE

RGB Percentages of Color #cbd4be

%33.55
%35.04
%31.40

CMYK Percentages of Color #cbd4be

%4
%0
%10
%17

Triadic Colors of #cbd4be

#cbd4be #becbd4 #d4becb

Analogous Colors of #cbd4be

#cbd4be #c0d4be #d4d2be

Monochromatic Colors of #cbd4be

#cbd4be

Complementary Color

#cbd4be #c7bed4

#cbd4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd4be Color CSS Codes

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

#cbd4be Text Font Color

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

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


#cbd4be Background Color

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

This div background color is #cbd4be


#cbd4be Border Color

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

This div border color is #cbd4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd4be


Comments

No comments written yet.

Please login to write comment.