Color Hex Logo

#cbe3df Color Hex

#CBE3DF
(203,227,223)
0 Favorites   0 Comments

Color spaces of #cbe3df

RGB 203227223
HSL0.470.300.84
HSV170°11°89°
CMYK 0.110.000.02   0.11
XYZ65.417072.962480.4473
Yxy72.96240.29890.3334
Hunter Lab85.4180-12.77823.9529
CIE-Lab88.4298-8.6724-0.7551

#cbe3df color RGB value is (203,227,223).

#cbe3df hex color red value is 203, green value is 227 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cbe3df hue: 0.47 , saturation: 0.30 and the lightness value of cbe3df is 0.84.

The process color (four color CMYK) of #cbe3df color hex is 0.11, 0.00, 0.02, 0.11. Web safe color of #cbe3df is #cccccc. Color #cbe3df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 11011111
Octal 313 343 337
Decimal 203 227 223
Hex CB E3 DF

RGB Percentages of Color #cbe3df

%31.09
%34.76
%34.15

CMYK Percentages of Color #cbe3df

%11
%0
%2
%11

Triadic Colors of #cbe3df

#cbe3df #dfcbe3 #e3dfcb

Analogous Colors of #cbe3df

#cbe3df #cbdbe3 #cbe3d3

Monochromatic Colors of #cbe3df

#cbe3df

Complementary Color

#cbe3df #e3cbcf

#cbe3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe3df Color CSS Codes

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

#cbe3df Text Font Color

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

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


#cbe3df Background Color

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

This div background color is #cbe3df


#cbe3df Border Color

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

This div border color is #cbe3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe3df


Comments

No comments written yet.

Please login to write comment.