Color Hex Logo

#cbebd4 Color Hex

#CBEBD4
(203,235,212)
0 Favorites   0 Comments

Color spaces of #cbebd4

RGB 203235212
HSL0.380.440.86
HSV137°14°92°
CMYK 0.140.000.10   0.08
XYZ66.220676.866673.6339
Yxy76.86660.30560.3547
Hunter Lab87.6736-18.606311.5760
CIE-Lab90.2602-14.76177.6565

#cbebd4 color RGB value is (203,235,212).

#cbebd4 hex color red value is 203, green value is 235 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #cbebd4 hue: 0.38 , saturation: 0.44 and the lightness value of cbebd4 is 0.86.

The process color (four color CMYK) of #cbebd4 color hex is 0.14, 0.00, 0.10, 0.08. Web safe color of #cbebd4 is #ccffcc. Color #cbebd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11010100
Octal 313 353 324
Decimal 203 235 212
Hex CB EB D4

RGB Percentages of Color #cbebd4

%31.23
%36.15
%32.62

CMYK Percentages of Color #cbebd4

%14
%0
%10
%8

Triadic Colors of #cbebd4

#cbebd4 #d4cbeb #ebd4cb

Analogous Colors of #cbebd4

#cbebd4 #cbebe4 #d2ebcb

Monochromatic Colors of #cbebd4

#cbebd4

Complementary Color

#cbebd4 #ebcbe2

#cbebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebd4 Color CSS Codes

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

#cbebd4 Text Font Color

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

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


#cbebd4 Background Color

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

This div background color is #cbebd4


#cbebd4 Border Color

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

This div border color is #cbebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebd4


Comments

No comments written yet.

Please login to write comment.