Color Hex Logo

#cbefdb Color Hex

#CBEFDB
(203,239,219)
0 Favorites   0 Comments

Color spaces of #cbefdb

RGB 203239219
HSL0.410.530.87
HSV147°15°94°
CMYK 0.150.000.08   0.06
XYZ68.281379.544078.7726
Yxy79.54400.30130.3510
Hunter Lab89.1874-19.419610.0648
CIE-Lab91.4799-15.46805.7672

#cbefdb color RGB value is (203,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11011011
Octal 313 357 333
Decimal 203 239 219
Hex CB EF DB

RGB Percentages of Color #cbefdb

%30.71
%36.16
%33.13

CMYK Percentages of Color #cbefdb

%15
%0
%8
%6

Triadic Colors of #cbefdb

#cbefdb #dbcbef #efdbcb

Analogous Colors of #cbefdb

#cbefdb #cbefed #cdefcb

Monochromatic Colors of #cbefdb

#cbefdb

Complementary Color

#cbefdb #efcbdf

#cbefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefdb Color CSS Codes

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

#cbefdb Text Font Color

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

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


#cbefdb Background Color

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

This div background color is #cbefdb


#cbefdb Border Color

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

This div border color is #cbefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefdb


Comments

No comments written yet.

Please login to write comment.