Color Hex Logo

#cbf058 Color Hex

#CBF058
(203,240,88)
0 Favorites   0 Comments

Color spaces of #cbf058

RGB 20324088
HSL0.210.840.64
HSV75°63°94°
CMYK 0.150.000.63   0.06
XYZ57.550175.721320.8150
Yxy75.72130.37350.4914
Hunter Lab87.0180-34.229046.7302
CIE-Lab89.7298-32.732967.0796

#cbf058 color RGB value is (203,240,88).

#cbf058 hex color red value is 203, green value is 240 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cbf058 hue: 0.21 , saturation: 0.84 and the lightness value of cbf058 is 0.64.

The process color (four color CMYK) of #cbf058 color hex is 0.15, 0.00, 0.63, 0.06. Web safe color of #cbf058 is #ccff66. Color #cbf058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110000 01011000
Octal 313 360 130
Decimal 203 240 88
Hex CB F0 58

RGB Percentages of Color #cbf058

%38.23
%45.20
%16.57

CMYK Percentages of Color #cbf058

%15
%0
%63
%6

Triadic Colors of #cbf058

#cbf058 #58cbf0 #f058cb

Analogous Colors of #cbf058

#cbf058 #7ff058 #f0c958

Monochromatic Colors of #cbf058

#cbf058

Complementary Color

#cbf058 #7d58f0

#cbf058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf058 Color CSS Codes

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

#cbf058 Text Font Color

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

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


#cbf058 Background Color

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

This div background color is #cbf058


#cbf058 Border Color

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

This div border color is #cbf058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf058


Comments

No comments written yet.

Please login to write comment.