Color Hex Logo

#cbebfd Color Hex

#CBEBFD
(203,235,253)
1 Favorites   0 Comments

Color spaces of #cbebfd

RGB 203235253
HSL0.560.930.89
HSV202°20°99°
CMYK 0.200.070.00   0.01
XYZ72.066679.2050104.4183
Yxy79.20500.28190.3098
Hunter Lab88.9972-11.2025-7.2655
CIE-Lab91.3270-6.6823-12.1816

#cbebfd color RGB value is (203,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11111101
Octal 313 353 375
Decimal 203 235 253
Hex CB EB FD

RGB Percentages of Color #cbebfd

%29.38
%34.01
%36.61

CMYK Percentages of Color #cbebfd

%20
%7
%0
%1

Triadic Colors of #cbebfd

#cbebfd #fdcbeb #ebfdcb

Analogous Colors of #cbebfd

#cbebfd #cbd2fd #cbfdf6

Monochromatic Colors of #cbebfd

#cbebfd

Complementary Color

#cbebfd #fdddcb

#cbebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebfd Color CSS Codes

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

#cbebfd Text Font Color

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

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


#cbebfd Background Color

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

This div background color is #cbebfd


#cbebfd Border Color

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

This div border color is #cbebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebfd


Comments

No comments written yet.

Please login to write comment.