Color Hex Logo

#cbef8a Color Hex

#CBEF8A
(203,239,138)
0 Favorites   0 Comments

Color spaces of #cbef8a

RGB 203239138
HSL0.230.760.74
HSV81°42°94°
CMYK 0.150.000.42   0.06
XYZ60.082576.264535.5986
Yxy76.26450.34940.4435
Hunter Lab87.3295-30.019236.9620
CIE-Lab89.9820-27.704544.9471

#cbef8a color RGB value is (203,239,138).

#cbef8a hex color red value is 203, green value is 239 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cbef8a hue: 0.23 , saturation: 0.76 and the lightness value of cbef8a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10001010
Octal 313 357 212
Decimal 203 239 138
Hex CB EF 8A

RGB Percentages of Color #cbef8a

%35.00
%41.21
%23.79

CMYK Percentages of Color #cbef8a

%15
%0
%42
%6

Triadic Colors of #cbef8a

#cbef8a #8acbef #ef8acb

Analogous Colors of #cbef8a

#cbef8a #99ef8a #efe18a

Monochromatic Colors of #cbef8a

#cbef8a

Complementary Color

#cbef8a #ae8aef

#cbef8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbef8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbef8a Color CSS Codes

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

#cbef8a Text Font Color

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

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


#cbef8a Background Color

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

This div background color is #cbef8a


#cbef8a Border Color

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

This div border color is #cbef8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbef8a

Related Colors


Comments

No comments written yet.

Please login to write comment.