Color Hex Logo

#cbebfb Color Hex

#CBEBFB
(203,235,251)
0 Favorites   0 Comments

Color spaces of #cbebfb

RGB 203235251
HSL0.560.860.89
HSV200°19°98°
CMYK 0.190.060.00   0.02
XYZ71.749579.0782102.7488
Yxy79.07820.28300.3119
Hunter Lab88.9259-11.5984-6.2580
CIE-Lab91.2697-7.1050-11.2236

#cbebfb color RGB value is (203,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11111011
Octal 313 353 373
Decimal 203 235 251
Hex CB EB FB

RGB Percentages of Color #cbebfb

%29.46
%34.11
%36.43

CMYK Percentages of Color #cbebfb

%19
%6
%0
%2

Triadic Colors of #cbebfb

#cbebfb #fbcbeb #ebfbcb

Analogous Colors of #cbebfb

#cbebfb #cbd3fb #cbfbf3

Monochromatic Colors of #cbebfb

#cbebfb

Complementary Color

#cbebfb #fbdbcb

#cbebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebfb Color CSS Codes

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

#cbebfb Text Font Color

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

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


#cbebfb Background Color

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

This div background color is #cbebfb


#cbebfb Border Color

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

This div border color is #cbebfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,235,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 #cbebfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebfb

#cbebfb Color Palettes


Comments

No comments written yet.

Please login to write comment.