Color Hex Logo

#cbf95f Color Hex

#CBF95F
(203,249,95)
0 Favorites   0 Comments

Color spaces of #cbf95f

RGB 20324995
HSL0.220.930.67
HSV78°62°98°
CMYK 0.180.000.62   0.02
XYZ60.569881.274123.3216
Yxy81.27410.36670.4921
Hunter Lab90.1521-37.838947.7687
CIE-Lab92.2535-36.338566.9802

#cbf95f color RGB value is (203,249,95).

#cbf95f hex color red value is 203, green value is 249 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cbf95f hue: 0.22 , saturation: 0.93 and the lightness value of cbf95f is 0.67.

The process color (four color CMYK) of #cbf95f color hex is 0.18, 0.00, 0.62, 0.02. Web safe color of #cbf95f is #ccff66. Color #cbf95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111001 01011111
Octal 313 371 137
Decimal 203 249 95
Hex CB F9 5F

RGB Percentages of Color #cbf95f

%37.11
%45.52
%17.37

CMYK Percentages of Color #cbf95f

%18
%0
%62
%2

Triadic Colors of #cbf95f

#cbf95f #5fcbf9 #f95fcb

Analogous Colors of #cbf95f

#cbf95f #7ef95f #f9da5f

Monochromatic Colors of #cbf95f

#cbf95f

Complementary Color

#cbf95f #8d5ff9

#cbf95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf95f Color CSS Codes

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

#cbf95f Text Font Color

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

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


#cbf95f Background Color

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

This div background color is #cbf95f


#cbf95f Border Color

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

This div border color is #cbf95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf95f


Comments

No comments written yet.

Please login to write comment.