Color Hex Logo

#cbeefb Color Hex

#CBEEFB
(203,238,251)
0 Favorites   0 Comments

Color spaces of #cbeefb

RGB 203238251
HSL0.550.860.89
HSV196°19°98°
CMYK 0.190.050.00   0.02
XYZ72.615780.8106103.0375
Yxy80.81060.28310.3151
Hunter Lab89.8947-13.1259-5.0320
CIE-Lab92.0473-8.6324-10.0664

#cbeefb color RGB value is (203,238,251).

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

The process color (four color CMYK) of #cbeefb color hex is 0.19, 0.05, 0.00, 0.02. Web safe color of #cbeefb is #ccffff. Color #cbeefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11111011
Octal 313 356 373
Decimal 203 238 251
Hex CB EE FB

RGB Percentages of Color #cbeefb

%29.34
%34.39
%36.27

CMYK Percentages of Color #cbeefb

%19
%5
%0
%2

Triadic Colors of #cbeefb

#cbeefb #fbcbee #eefbcb

Analogous Colors of #cbeefb

#cbeefb #cbd6fb #cbfbf0

Monochromatic Colors of #cbeefb

#cbeefb

Complementary Color

#cbeefb #fbd8cb

#cbeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeefb Color CSS Codes

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

#cbeefb Text Font Color

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

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


#cbeefb Background Color

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

This div background color is #cbeefb


#cbeefb Border Color

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

This div border color is #cbeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeefb


Comments

No comments written yet.

Please login to write comment.