Color Hex Logo

#cbefb0 Color Hex

#CBEFB0
(203,239,176)
0 Favorites   0 Comments

Color spaces of #cbefb0

RGB 203239176
HSL0.260.660.81
HSV94°26°94°
CMYK 0.150.000.26   0.06
XYZ63.331677.564152.7077
Yxy77.56410.32710.4006
Hunter Lab88.0705-25.763826.1659
CIE-Lab90.5806-22.685026.7229

#cbefb0 color RGB value is (203,239,176).

#cbefb0 hex color red value is 203, green value is 239 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cbefb0 hue: 0.26 , saturation: 0.66 and the lightness value of cbefb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10110000
Octal 313 357 260
Decimal 203 239 176
Hex CB EF B0

RGB Percentages of Color #cbefb0

%32.85
%38.67
%28.48

CMYK Percentages of Color #cbefb0

%15
%0
%26
%6

Triadic Colors of #cbefb0

#cbefb0 #b0cbef #efb0cb

Analogous Colors of #cbefb0

#cbefb0 #b0efb5 #ebefb0

Monochromatic Colors of #cbefb0

#cbefb0

Complementary Color

#cbefb0 #d4b0ef

#cbefb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefb0 Color CSS Codes

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

#cbefb0 Text Font Color

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

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


#cbefb0 Background Color

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

This div background color is #cbefb0


#cbefb0 Border Color

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

This div border color is #cbefb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefb0


Comments

No comments written yet.

Please login to write comment.