Color Hex Logo

#cbefee Color Hex

#CBEFEE
(203,239,238)
0 Favorites   0 Comments

Color spaces of #cbefee

RGB 203239238
HSL0.500.530.87
HSV178°15°94°
CMYK 0.150.000.00   0.06
XYZ70.927780.602692.7085
Yxy80.60260.29040.3300
Hunter Lab89.7790-16.09351.6206
CIE-Lab91.9546-11.8020-3.4328

#cbefee color RGB value is (203,239,238).

#cbefee hex color red value is 203, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbefee hue: 0.50 , saturation: 0.53 and the lightness value of cbefee is 0.87.

The process color (four color CMYK) of #cbefee color hex is 0.15, 0.00, 0.00, 0.06. Web safe color of #cbefee is #ccffff. Color #cbefee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11101110
Octal 313 357 356
Decimal 203 239 238
Hex CB EF EE

RGB Percentages of Color #cbefee

%29.85
%35.15
%35.00

CMYK Percentages of Color #cbefee

%15
%0
%0
%6

Triadic Colors of #cbefee

#cbefee #eecbef #efeecb

Analogous Colors of #cbefee

#cbefee #cbdeef #cbefdc

Monochromatic Colors of #cbefee

#cbefee

Complementary Color

#cbefee #efcbcc

#cbefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefee Color CSS Codes

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

#cbefee Text Font Color

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

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


#cbefee Background Color

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

This div background color is #cbefee


#cbefee Border Color

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

This div border color is #cbefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefee


Comments

No comments written yet.

Please login to write comment.