Color Hex Logo

#cbefbe Color Hex

#CBEFBE
(203,239,190)
0 Favorites   0 Comments

Color spaces of #cbefbe

RGB 203239190
HSL0.290.600.84
HSV104°21°94°
CMYK 0.150.000.21   0.06
XYZ64.789478.147260.3844
Yxy78.14720.31870.3844
Hunter Lab88.4009-23.878221.3811
CIE-Lab90.8470-20.507919.9011

#cbefbe color RGB value is (203,239,190).

#cbefbe hex color red value is 203, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cbefbe hue: 0.29 , saturation: 0.60 and the lightness value of cbefbe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10111110
Octal 313 357 276
Decimal 203 239 190
Hex CB EF BE

RGB Percentages of Color #cbefbe

%32.12
%37.82
%30.06

CMYK Percentages of Color #cbefbe

%15
%0
%21
%6

Triadic Colors of #cbefbe

#cbefbe #becbef #efbecb

Analogous Colors of #cbefbe

#cbefbe #beefca #e4efbe

Monochromatic Colors of #cbefbe

#cbefbe

Complementary Color

#cbefbe #e2beef

#cbefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefbe Color CSS Codes

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

#cbefbe Text Font Color

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

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


#cbefbe Background Color

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

This div background color is #cbefbe


#cbefbe Border Color

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

This div border color is #cbefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefbe


Comments

No comments written yet.

Please login to write comment.