Color Hex Logo

#cbecfd Color Hex

#CBECFD
(203,236,253)
0 Favorites   0 Comments

Color spaces of #cbecfd

RGB 203236253
HSL0.560.930.89
HSV200°20°99°
CMYK 0.200.070.00   0.01
XYZ72.353779.7793104.5140
Yxy79.77930.28190.3109
Hunter Lab89.3193-11.7135-6.8528
CIE-Lab91.5857-7.1931-11.7957

#cbecfd color RGB value is (203,236,253).

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

The process color (four color CMYK) of #cbecfd color hex is 0.20, 0.07, 0.00, 0.01. Web safe color of #cbecfd is #ccffff. Color #cbecfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101100 11111101
Octal 313 354 375
Decimal 203 236 253
Hex CB EC FD

RGB Percentages of Color #cbecfd

%29.34
%34.10
%36.56

CMYK Percentages of Color #cbecfd

%20
%7
%0
%1

Triadic Colors of #cbecfd

#cbecfd #fdcbec #ecfdcb

Analogous Colors of #cbecfd

#cbecfd #cbd3fd #cbfdf5

Monochromatic Colors of #cbecfd

#cbecfd

Complementary Color

#cbecfd #fddccb

#cbecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbecfd Color CSS Codes

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

#cbecfd Text Font Color

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

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


#cbecfd Background Color

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

This div background color is #cbecfd


#cbecfd Border Color

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

This div border color is #cbecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbecfd

Related Colors

#cbecfd Color Palettes


Comments

No comments written yet.

Please login to write comment.