Color Hex Logo

#cbe2ec Color Hex

#CBE2EC
(203,226,236)
0 Favorites   0 Comments

Color spaces of #cbe2ec

RGB 203226236
HSL0.550.460.86
HSV198°14°93°
CMYK 0.140.040.00   0.07
XYZ66.965373.145489.9459
Yxy73.14540.29110.3179
Hunter Lab85.5251-9.9052-2.4872
CIE-Lab88.5170-5.5927-7.4577

#cbe2ec color RGB value is (203,226,236).

#cbe2ec hex color red value is 203, green value is 226 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cbe2ec hue: 0.55 , saturation: 0.46 and the lightness value of cbe2ec is 0.86.

The process color (four color CMYK) of #cbe2ec color hex is 0.14, 0.04, 0.00, 0.07. Web safe color of #cbe2ec is #ccccff. Color #cbe2ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 11101100
Octal 313 342 354
Decimal 203 226 236
Hex CB E2 EC

RGB Percentages of Color #cbe2ec

%30.53
%33.98
%35.49

CMYK Percentages of Color #cbe2ec

%14
%4
%0
%7

Triadic Colors of #cbe2ec

#cbe2ec #eccbe2 #e2eccb

Analogous Colors of #cbe2ec

#cbe2ec #cbd2ec #cbece6

Monochromatic Colors of #cbe2ec

#cbe2ec

Complementary Color

#cbe2ec #ecd5cb

#cbe2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe2ec Color CSS Codes

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

#cbe2ec Text Font Color

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

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


#cbe2ec Background Color

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

This div background color is #cbe2ec


#cbe2ec Border Color

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

This div border color is #cbe2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe2ec


Comments

No comments written yet.

Please login to write comment.