Color Hex Logo

#cbefb2 Color Hex

#CBEFB2
(203,239,178)
0 Favorites   0 Comments

Color spaces of #cbefb2

RGB 203239178
HSL0.270.660.82
HSV95°26°94°
CMYK 0.150.000.26   0.06
XYZ63.531077.643953.7578
Yxy77.64390.32590.3983
Hunter Lab88.1158-25.505125.5093
CIE-Lab90.6172-22.384625.7499

#cbefb2 color RGB value is (203,239,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10110010
Octal 313 357 262
Decimal 203 239 178
Hex CB EF B2

RGB Percentages of Color #cbefb2

%32.74
%38.55
%28.71

CMYK Percentages of Color #cbefb2

%15
%0
%26
%6

Triadic Colors of #cbefb2

#cbefb2 #b2cbef #efb2cb

Analogous Colors of #cbefb2

#cbefb2 #b2efb8 #eaefb2

Monochromatic Colors of #cbefb2

#cbefb2

Complementary Color

#cbefb2 #d6b2ef

#cbefb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefb2 Color CSS Codes

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

#cbefb2 Text Font Color

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

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


#cbefb2 Background Color

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

This div background color is #cbefb2


#cbefb2 Border Color

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

This div border color is #cbefb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefb2


Comments

No comments written yet.

Please login to write comment.